home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / MoreHardware / GluemachineHC.lha / include / LCD.i < prev    next >
Encoding:
Text File  |  1995-07-08  |  2.1 KB  |  44 lines

  1. **************************************************************
  2. *                           \|/                              *
  3. *                           @ @                              *
  4. *-----------------------ooO-(_)-Ooo--------------------------*
  5. *                                                            *
  6. *                 Includes for LCD-display.                  *
  7. *                        Gluemaster                          *
  8. *                          950613                            *
  9. *                                                            *
  10. *------------------------------------------------------------*
  11. *                                                            *
  12. *                                                            *
  13. **************************************************************
  14.  
  15.  
  16.     XREF PutStr
  17. **************************************************************
  18. * Output string on specified address on display              *
  19. * a=address, x=stringpointer, $ff terminates                 *
  20. *------------------------------------------------------------*
  21. * Modifies a,x                                               *
  22. *                                                            *
  23. **************************************************************
  24.  
  25.     XREF InitLCD
  26. **************************************************************
  27. * Initialization sequence for a 4 bit mode LCD               *
  28. * No input                                                   *
  29. *------------------------------------------------------------*
  30. * Modifies a,x                                               *
  31. *                                                            *
  32. **************************************************************
  33.  
  34.     XREF CGInit
  35. **************************************************************
  36. * Transfer bitmap(s) to display                              *
  37. * a=address, b=no. bytes, x=datapointer                      *
  38. *------------------------------------------------------------*
  39. * Modifies a,b,x                                             *
  40. *                                                            *
  41. **************************************************************
  42.  
  43.     END
  44.